Writes the content of the specified buffer to the unmanaged memory location of this instance.
シンタックス
'宣言
Public Overloads Sub CopyFrom(Of As {New, Struct})( _
ByVal () As _
)
public void CopyFrom<>(
[]
)
where T: new(), struct
パラメータ
- buffer
- The buffer.
型パラメータ
- T
- Type of a buffer element
例外
例外 | 解説 |
System.ArgumentNullException | buffer |
System.InvalidOperationException | DataPointer is Zero |
参照